/* Banner 样式 CSS 代码 */
.sidebanner-rightint2 {
    position: relative;
  }
  
  .sidebanner-rightint2 img {
    width: 100%;
  }
  
  .sidebanner-rightint2 .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .sidebanner-rightint2 .txt::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  
  .sidebanner-rightint2 .container {
    position: relative;
    z-index: 1;
  }
  
  .sidebanner-rightint2 h1,
  .sidebanner-rightint2 h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-family: var(--font-family-1, var(--font-family, Rajdhani));
    text-shadow: 2px 2px 4px #666;
  }
  
  .sidebanner-rightint2 p {
    color: #fff;
    font-size: 15px;
    margin: 15px 0 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-shadow: 2px 2px 4px #666;
  }
  
  .sidebanner-rightint2 p i {
    font-size: 15px;
    color: #fff;
  }
  
  .sidebanner-rightint2 p a {
    color: #fff;
    text-shadow: 2px 2px 4px #666;
  }
  
  @media screen and (max-width: 768px) {
    .sidebanner-rightint2 .txt {
      text-align: center;
    }
  
    .sidebanner-rightint2 h1,
    .sidebanner-rightint2 h2 {
      font-size: 30px;
      line-height: 1;
    }
  
    .sidebanner-rightint2 p {
      margin: 10px 0 0;
    }
  }
  
  @media screen and (max-width: 576px) {
    .sidebanner-rightint2 h1,
    .sidebanner-rightint2 h2 {
      font-size: 26px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .sidebanner-rightint2 h1,
    .sidebanner-rightint2 h2 {
      font-size: 22px;
    }
  }


  /* 产品部分样式 CSS 代码 */

.guanxiang-goods-iso h3 {
    color: #212121;
    font-weight: normal;
}

.guanxiang-goods-iso .lg-03 li {
    width: 33%;
}

.guanxiang-goods-iso h3,
.guanxiang-goods-iso h3 a {
    font-size: 20px;
}



.guanxiang-goods-iso .lg-03 li:nth-child(3n+1) {
    margin-left: 0;
}

.guanxiang-goods-iso .title {
    width: 94%;
    margin: 0 auto;
    margin-top: -10px;
    text-align: center;
}

.guanxiang-goods-iso .title h2,
.guanxiang-goods-iso .title h2 a {
    font-size: 36px;
    line-height: 52px;
}

.guanxiang-goods-iso img {
    vertical-align: middle;
}

.guanxiang-goods-iso p {
    margin-top: 20px;
    line-height: 30px;
}

.guanxiang-goods-iso {
    padding-top: 100px;
}

.guanxiang-goods-iso .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.guanxiang-goods-iso ul li {
    margin-top: 40px;
    text-align: center;
}

.guanxiang-goods-iso ul li span {
    display: block;
    border: 1px solid #eee;
    overflow: hidden;
}

.guanxiang-goods-iso ul li span img {
    width: 100%;
    transition: transform 0.3s ease;
}

.guanxiang-goods-iso ul li span img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.guanxiang-goods-iso ul li h3 {
    margin-top: 25px;
}

.guanxiang-goods-iso ul li h3 a {
    color: #212121;
    text-decoration: none;
}

.guanxiang-goods-iso ul li h3 a:hover {
    color: var(--color-primary, #555653);
}

/* ============================================
   响应式样式
   ============================================ */

@media screen and (max-width: 1580px) {
    .guanxiang-goods-iso {
        padding-top: 80px;
    }

    .guanxiang-goods-iso .title p {
        font-size: 16px;
    }

    .guanxiang-goods-iso .title h2,
    .guanxiang-goods-iso .title h2 a {
        font-size: 34px;
    }

    .guanxiang-goods-iso p {
        font-size: 15px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1400px) {
    .guanxiang-goods-iso .title h2,
    .guanxiang-goods-iso .title h2 a {
        font-size: 34px;
    }

    .guanxiang-goods-iso p {
        line-height: 24px;
    }
}

@media screen and (max-width: 1280px) {
    .guanxiang-goods-iso {
        padding-top: 70px;
    }

    .guanxiang-goods-iso .title h2,
    .guanxiang-goods-iso .title h2 a {
        font-size: 32px;
        line-height: 42px;
    }
}

@media screen and (max-width: 960px) {
    .guanxiang-goods-iso {
        padding-top: 50px;
    }

    .guanxiang-goods-iso .lg-03 li {
        width: 100%;
        margin-left: 0;
    }

    .guanxiang-goods-iso ul li {
        margin-top: 30px;
    }

    .guanxiang-goods-iso .title {
        width: 100%;
    }
}

/* Benefits 部分样式 CSS 代码 */

.reantaly-features-hilight-block {
  padding: 90px 0 90px 0;
  position: relative;
}

@media (max-width: 767px) {
  .reantaly-features-hilight-block {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  .reantaly-features-hilight-block .align-items-center .title-view {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 25%;
    width: 50%;
  }
}

.reantaly-features-hilight-block .align-items-center .title-view .subtitle {
  display: inline-block;
  font-weight: bold;
  color: var(--color-primary, #555653);
  background: rgba(3, 27, 78, 0.05);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 2px 10px;
  margin-bottom: 5px;
}

.reantaly-features-hilight-block .align-items-center .title-view h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  letter-spacing: -1.8px;
  line-height: 50px;
  font-weight: 600;
  color: var(--title-text-color, #000);
}

@media (max-width: 767px) {
  .reantaly-features-hilight-block .align-items-center .title-view h2 {
    font-size: 30px;
    padding: 0 15px;
  }
}

.reantaly-features-hilight-block .align-items-center .title-view p {
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--text-color, #666);
  line-height: 1.6;
}

@media (max-width: 767px) {
  .reantaly-features-hilight-block .align-items-center .title-view p {
    line-height: 1.3;
  }
}

.reantaly-features-hilight-block .align-items-center .title-view .spacer-20 {
  width: 100%;
  height: 20px;
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  .reantaly-features-hilight-block .align-items-center .title-view .spacer-20 {
    height: 0;
  }
}

.reantaly-features-hilight-block .align-items-center .clearfix {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.reantaly-features-hilight-block .align-items-center .box-icon {
  padding: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 1.6em;
  visibility: visible;
  margin-bottom: 20px;
  color: var(--text-color, #666);
  position: relative;
}

.reantaly-features-hilight-block .align-items-center .box-icon.s2 .d-inner {
  padding-left: 70px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .reantaly-features-hilight-block .align-items-center .box-icon.s2 .d-inner {
    line-height: 1.3;
  }
}

.reantaly-features-hilight-block .align-items-center .box-icon.s2 .fa-img {
  position: absolute;
  width: 54px;
  height: 54px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  background: var(--color-primary, #555653);
}

.reantaly-features-hilight-block .align-items-center .box-icon.s2 .fa-img .fa {
  margin: auto;
  height: 32px;
}

.reantaly-features-hilight-block .align-items-center .box-icon.s2 .fa-img .fa img {
  height: 32px;
  width: auto;
}

.reantaly-features-hilight-block .align-items-center .box-icon.s2.d-invert .d-inner {
  padding: 0;
  padding-right: 70px;
  text-align: right;
}

.reantaly-features-hilight-block .align-items-center .box-icon.s2.d-invert .fa-img {
  right: 0;
}

.reantaly-features-hilight-block .align-items-center .box-icon.p-small {
  font-size: 15px;
}

.reantaly-features-hilight-block .align-items-center .box-icon .d-inner {
  padding-left: 56px;
}

.reantaly-features-hilight-block .align-items-center .box-icon h4 {
  font-size: 17px;
  margin-bottom: 3px;
  color: var(--title-text-color, #000);
  font-weight: 600;
  line-height: 26px;
}

.reantaly-features-hilight-block .align-items-center .main-img {
  display: flex;
  justify-content: center;
}

.reantaly-features-hilight-block .align-items-center .main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}





  /* Benefits 部分样式 CSS 代码 */

.san-about-choose.margin-top {
    margin-top: 100px;
  }
  
  .san-about-choose.padding {
    padding: 100px 0;
  }
  
  .san-about-choose p {
    margin-top: 20px;
    font-size: 16px;
    font-family: var(--font-family, Rajdhani);
    color: #666;
    line-height: 30px;
  }
  
  .san-about-choose .wpb {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  
  .san-about-choose .lg-03 li {
    width: 31%;
  }
  
  .san-about-choose .lg-03 li {
    margin-left: 2.33%;
  }
  
  .san-about-choose .lg-03 li:nth-child(3n + 1) {
    margin-left: 0;
  }
  
  .san-about-choose {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .san-about-choose .title {
    margin: -10px auto 0;
    text-align: center;
  }
  
  .san-about-choose ul {
    margin-top: 10px;
  }
  
  .san-about-choose .wp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .san-about-choose li {
    margin-top: 30px;
    padding: 50px 30px;
    background: var(--color-primary, #555653);
    text-align: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
  }
  
  .san-about-choose li:hover {
    background: var(--color-second, var(--color-primary, #555653));
  }
  
  .san-about-choose li:hover span {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
  }
  
  .san-about-choose li span {
    display: block;
    font-size: 90px;
    color: #fff;
    line-height: 70px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
  }
  
  .san-about-choose li span img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90px;
  }
  
  .san-about-choose li:nth-child(2) span {
    font-size: 80px;
  }
  
  .san-about-choose li:nth-child(2) span img {
    max-height: 80px;
  }
  
  .san-about-choose li:nth-child(3) span {
    font-size: 60px;
  }
  
  .san-about-choose li:nth-child(3) span img {
    max-height: 60px;
  }
  
  .san-about-choose li:nth-child(4) span {
    font-size: 80px;
  }
  
  .san-about-choose li:nth-child(4) span img {
    max-height: 80px;
  }
  
  .san-about-choose li h3 {
    margin-top: 35px;
    color: #fff;
    font-weight: 700;
    font-family: var(--title-font-family, Rajdhani_Bold);
    font-size: 24px;
  }
  
  .san-about-choose li p {
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
  }
  

  
  @media screen and (max-width: 960px) {
    .san-about-choose .wpb {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
    }
  
    .san-about-choose .lg-03 li {
      width: 100%;
      margin-left: 0;
    }
  
    .san-about-choose.padding-top {
      padding-top: 50px;
    }
  
    .san-about-choose.padding {
      padding: 50px 0;
    }
  
    .san-about-choose.margin-top {
      margin-top: 50px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .san-about-choose .title h2 {
      font-size: 40px !important;
    }
  
    .san-about-choose li {
      padding: 40px 20px;
    }
  
    .san-about-choose li h3 {
      font-size: 18px;
    }
  
    .san-about-choose li p {
      font-size: 14px;
      line-height: 30px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .san-about-choose .title h2 {
      font-size: 32px !important;
    }
  
    .san-about-choose li {
      padding: 30px 15px;
    }
  
    .san-about-choose li span img {
      max-height: 60px;
    }
  }


/* Household energy storage batteries 部分样式 CSS 代码 */

.maha-testimonial-wrap .section-title-wrap {
  position: relative;
  margin-bottom: 40px;
}

.maha-testimonial-wrap .section-title-wrap .section-title {
  display: inline-block;
  position: relative;
  margin: 5px 0 40px;
  text-transform: capitalize;
  line-height: 1.4;
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .maha-testimonial-wrap .section-title-wrap .section-title {
    font-size: 4rem;
  }
}

.maha-testimonial-wrap .section-title-wrap .section-title::before,
.maha-testimonial-wrap .section-title-wrap .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 20px;
  height: 8px;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: var(--color-primary, #555653);
  -webkit-animation: animate 6s linear infinite;
  animation: animate 6s linear infinite;
}

.maha-testimonial-wrap .section-title-wrap .section-title::before {
  right: 50%;
  margin-right: 4px;
}

.maha-testimonial-wrap .section-title-wrap .section-title::after {
  left: 50%;
  margin-left: 4px;
}

.maha-testimonial-wrap .section-title-wrap p {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 1200px;
}

@-webkit-keyframes animate {
  0% {
    width: 20px;
  }
  25% {
    width: 50px;
  }
  50% {
    width: 50px;
  }
  75% {
    width: 100px;
  }
  100% {
    width: 100px;
  }
}

@keyframes animate {
  0% {
    width: 20px;
  }
  25% {
    width: 50px;
  }
  50% {
    width: 50px;
  }
  75% {
    width: 100px;
  }
  100% {
    width: 100px;
  }
}


.maha-testimonial-wrap {
  padding: 120px 0;
  background-color: #f8f6f3;
}

@media (min-width: 1200px) {
  .maha-testimonial-wrap {
    padding: 100px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .maha-testimonial-wrap {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .maha-testimonial-wrap {
    padding: 50px 0;
  }
}

.maha-testimonial-wrap .testimonial-slider {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: transparent;
  background: url('/template/default/images/residential/banner_bg.webp') 0 0 / 100% 100%;
  padding: 30px 15px;
}

@media only screen and (min-width: 992px) {
  .maha-testimonial-wrap .testimonial-slider {
    padding: 90px 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .maha-testimonial-wrap .testimonial-slider {
    padding: 90px 60px;
  }
}

.maha-testimonial-wrap .testimonial-slider .testimonials-text {
  position: relative;
  padding: 20px;
}

@media only screen and (min-width: 992px) {
  .maha-testimonial-wrap .testimonial-slider .testimonials-text {
    padding: 30px 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .maha-testimonial-wrap .testimonial-slider .testimonials-text {
    padding: 30px 180px;
  }
}

.maha-testimonial-wrap .testimonial-slider .testimonials-text p {
  margin-bottom: 0;
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .maha-testimonial-wrap .testimonial-slider .testimonials-text p {
    font-size: 1.5rem;
  }
}

.maha-testimonial-wrap .testimonial-slider .testimonials-text .testimonials-quote-top-wrap {
  position: absolute;
  left: 0;
  top: 10px;
}

@media only screen and (min-width: 992px) {
  .maha-testimonial-wrap .testimonial-slider .testimonials-text .testimonials-quote-top-wrap {
    left: 30px;
    top: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .maha-testimonial-wrap .testimonial-slider .testimonials-text .testimonials-quote-top-wrap {
    left: 120px;
    top: 20px;
  }
}

.maha-testimonial-wrap .testimonial-slider .testimonials-text .testimonials-quote-top-wrap i {
  font-size: 30px;
  color: var(--color-primary, #555653);
  opacity: 0.2;
  filter: alpha(opacity=20);
}

@media only screen and (min-width: 992px) {
  .maha-testimonial-wrap .testimonial-slider .testimonials-text .testimonials-quote-top-wrap i {
    font-size: 60px;
  }
}

.maha-testimonial-wrap .testimonial-slider .testimonials-text .testimonials-quote-wrap {
  position: absolute;
  right: 0;
  bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .maha-testimonial-wrap .testimonial-slider .testimonials-text .testimonials-quote-wrap {
    right: 70px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .maha-testimonial-wrap .testimonial-slider .testimonials-text .testimonials-quote-wrap {
    right: 120px;
    bottom: 20px;
  }
}

.maha-testimonial-wrap .testimonial-slider .testimonials-text .testimonials-quote-wrap i {
  font-size: 30px;
  color: var(--color-primary, #555653);
  opacity: 0.2;
  filter: alpha(opacity=20);
}

@media only screen and (min-width: 992px) {
  .maha-testimonial-wrap .testimonial-slider .testimonials-text .testimonials-quote-wrap i {
    font-size: 60px;
  }
}

.maha-testimonial-wrap .testimonial-slider .testimonials-title {
  font-size: 15px;
  margin-bottom: 115px;
  color: var(--color-second, #555653);
}

@media only screen and (min-width: 992px) {
  .maha-testimonial-wrap .testimonial-slider .testimonials-title {
    font-size: 20px;
  }
}

.maha-testimonial-wrap .swiper-testimonial-pagination {
  position: absolute;
  text-align: center;
  bottom: 100px !important;
}

@media only screen and (min-width: 992px) {
  .maha-testimonial-wrap .swiper-testimonial-pagination {
    bottom: 120px !important;
  }
}

.maha-testimonial-wrap .swiper-testimonial-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: var(--color-second, #555653);
}

.maha-testimonial-wrap .swiper-testimonial-pagination .swiper-pagination-bullet-active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: var(--color-primary, #555653);
}

.maha-testimonial-wrap .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.maha-testimonial-wrap .swiper-pagination-bullet-active {
  width: 55px;
  border-radius: 15px;
  background-clip: padding-box;
}




/* Benefits 部分样式 CSS 代码 */

.home-choose-guanxiang .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.padding-top-guanxiang {
  padding-top: 100px;
}

.home-choose-guanxiang .title {
  width: 94%;
  margin: 0 auto;
  margin-top: -10px;
  text-align: center;
}

.home-choose-guanxiang .container,
.tit-text-guanxiang .container {
  width: 1400px;
  margin: 0 auto;
}

.home-choose-guanxiang .title h2,
.home-choose-guanxiang .title h2 a,
.home-choose-guanxiang .title h2,
.home-choose-guanxiang .title h2 a {
  font-size: 36px;
  line-height: 52px;
}

.home-choose-guanxiang .title h2 a:hover,
.home-choose-guanxiang .title h2 a:hover {
  color: var(--color-primary, #555653);
  text-decoration: underline;
}

.home-choose-guanxiang .title p {
  font-size: 17px;
}

.tit-text-guanxiang .container {
  height: 70px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #eaedef;
}

.tit-text-guanxiang h2 {
  font-size: 97px;
  line-height: 86px;
  color: #fff;
  text-shadow: -1px -1px 0 #d6dcdf, 1px -1px 0 #d6dcdf, -1px 1px 0 #d6dcdf, 1px 1px 0 #d6dcdf;
}

.home-choose-guanxiang {
  margin-top: 60px;
}

.home-choosecon-guanxiang {
  position: relative;
  margin-top: 50px;
}

.home-choosecon-guanxiang ul {
  width: 100%;
}

.home-choosebd-guanxiang .slick-slide {
  padding-top: 0;
}

.home-choosebd-guanxiang .slick-slide img {
  width: 100%;
  aspect-ratio: 2.7;
  object-fit: cover;
}

.home-choosehd-guanxiang {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.home-choosehd-guanxiang ul {
  display: flex;
  height: 100%;
}

.home-choosehd-guanxiang li {
  flex: 1;
}

.home-choosehd-guanxiang li,
.home-choose-guanxiang .mobile-choose li {
  position: relative;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  overflow: hidden;
}

.home-choosehd-guanxiang li:hover {
  background-color: color-mix(in srgb, var(--color-primary, #555653) 70%, transparent 30%);
}

.home-choosehd-guanxiang li:last-child {
  border-right: none;
}

.home-choosehd-guanxiang li div,
.home-choose-guanxiang .mobile-choose li div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
}

.home-choosehd-guanxiang li div h3 a,
.home-choose-guanxiang .mobile-choose li div h3 a {
  color: #fff;
  text-decoration: none;
}

.home-choosehd-guanxiang li div h3 a:hover,
.home-choose-guanxiang .mobile-choose li div h3 a:hover {
  text-decoration: none;
}

.home-choosehd-guanxiang li div p,
.home-choose-guanxiang .mobile-choose li div p {
  display: none;
  color: #fff;
  font-size: 16px;
}

.home-choose-guanxiang .mobile-choose li div p {
  display: block;
}

.home-choosehd-guanxiang li div span,
.home-choose-guanxiang .mobile-choose li div span {
  display: block;
  margin-top: 20px;
}

.home-choosehd-guanxiang li div span i,
.home-choose-guanxiang .mobile-choose li div span i {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(/template/default/images/residential/pic1.webp) no-repeat center;
  vertical-align: top;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.home-choosehd-guanxiang li div span a,
.home-choose-guanxiang .mobile-choose li div span a {
  color: #fff;
  font-size: 14px;
  font-family: var(--title-font-family, Rajdhani_Bold);
  line-height: 26px;
  text-decoration: none;
}

.home-choosehd-guanxiang li div span a:hover,
.home-choose-guanxiang .mobile-choose li div span a:hover {
  text-decoration: none;
}

.home-choosehd-guanxiang li div span a:hover i,
.home-choose-guanxiang .mobile-choose li div span a:hover i {
  background: #fff url(/template/default/images/residential/pic2.webp) no-repeat center;
}

.home-choose-guanxiang .mobile-choose {
  display: none;
  margin-top: 20px;
}

.home-choose-guanxiang .mobile-choose li {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.home-choose-guanxiang .mobile-choose li img {
  width: 100%;
  aspect-ratio: 2.7;
  object-fit: cover;
}

.home-choose-guanxiang h2 a,
.home-choose-guanxiang h3 a {
  font-family: var(--title-font-family, Rajdhani_Bold);
}

.home-choose-guanxiang h2,
.home-choose-guanxiang h2 a {
  font-size: 22px;
}

.home-choose-guanxiang h3,
.home-choose-guanxiang h3 a {
  font-size: 20px;
}

.home-choose-guanxiang p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

/* ============================================
   响应式样式
   ============================================ */

@media screen and (max-width: 1580px) {
  .tit-text-guanxiang .container,
  .home-choose-guanxiang .container {
    width: 82%;
  }

  .home-choose-guanxiang .title p {
    font-size: 16px;
  }

  .tit-text-guanxiang h2 {
    font-size: 76px;
  }

  .home-choose-guanxiang .title h2,
  .home-choose-guanxiang .title h2 a {
    font-size: 34px;
  }

  .home-choose-guanxiang p {
    font-size: 15px;
    line-height: 26px;
  }

  .padding-top-guanxiang {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1400px) {
  .tit-text-guanxiang h2 {
    font-size: 64px;
    line-height: 96px;
  }

  .home-choose-guanxiang p {
    line-height: 24px;
  }
}

@media screen and (max-width: 1280px) {
  .home-choose-guanxiang .title h2,
  .home-choose-guanxiang .title h2 a {
    font-size: 32px;
    line-height: 42px;
  }

  .tit-text-guanxiang h2 {
    font-size: 64px;
  }

  .padding-top-guanxiang {
    padding-top: 70px;
  }

  .home-choosehd-guanxiang li div,
  .home-choose-guanxiang .mobile-choose li div {
    padding: 20px;
  }

  .home-choosehd-guanxiang li div p {
    height: 120px;
    overflow: hidden;
  }
}

@media screen and (max-width: 960px) {
  .tit-text-guanxiang .container,
  .home-choose-guanxiang .container {
    width: 88%;
  }

  .home-choose-guanxiang p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 22px;
  }

  .home-choosecon-guanxiang {
    display: none;
  }

  .home-choose-guanxiang .mobile-choose {
    display: block;
  }

  .tit-text-guanxiang h2 {
    font-size: 26px;
    line-height: 40px;
  }

  .tit-text-guanxiang .container {
    height: 38px;
  }

  .tit-text-guanxiang h2 {
    font-size: 44px;
    line-height: 44px;
  }

  .home-choose-guanxiang .title h2,
  .home-choose-guanxiang .title h2 a {
    font-size: 26px;
    line-height: 30px;
  }

  .home-choose-guanxiang h3,
  .home-choose-guanxiang h3 a {
    font-size: 18px;
  }

  .home-choose-guanxiang .title p {
    font-size: 15px;
  }

  .home-choose-guanxiang .title {
    width: 100%;
  }

  .padding-top-guanxiang {
    padding-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .home-choose-guanxiang .mobile-choose li div {
    padding: 30px 40px;
  }

  .home-choose-guanxiang .mobile-choose li img {
    width: 100%;
    aspect-ratio: 1.7;
    object-fit: cover;
  }

  .home-choose-guanxiang .mobile-choose li div p {
    display: block;
  }

  .tit-text-guanxiang .container {
    height: 80px;
  }
}

@media screen and (max-width: 375px) {
  .home-choose-guanxiang .mobile-choose li div {
    padding: 20px 40px;
  }

  .home-choose-guanxiang .mobile-choose li div span {
    margin-top: 15px;
  }
}



/* ORIGO, your trusted partner 部分样式 CSS 代码 */


.rightint-agent {
    padding: 70px 0;
    background-size: cover;
    background-position: center;
  }
  
  .rightint-agent .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .rightint-agent .txt {
    width: 50%;
  }
  
  .rightint-agent .txt h3 {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #3b3535;
    font-weight: 600;
    margin: 0;
  }
  
  .rightint-agent .txt .t {
    margin: 20px 0 0;
    font-size: 20px;
    color: #333;
    line-height: 30px;
  }
  
  .rightint-agent .txt .t p {
    margin: 0;
  }
  
  .rightint-agent .txt .t p ~ p {
    margin-top: 15px;
  }
  
  .rightint-agent .txt .t strong {
    font-weight: 600;
    color: #3b3535;
  }
  
  .rightint-agent .more {
    width: 50%;
    text-align: right;
  }
  
  .rightint-agent .more a {
    width: 210px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: var(--color-primary, #555653);
    border-radius: var(--button-radius, 10px);
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .rightint-agent .more a:hover {
    background: none;
    color: var(--color-primary, #555653);
    border: 1px solid var(--color-primary, #555653);
  }
  

  @media screen and (max-width: 768px) {
    .rightint-agent {
      padding: 30px 0;
    }
  
    .rightint-agent .txt h3 {
      text-align: center;
      font-size: 30px;
    }
  
    .rightint-agent .container {
      display: block;
    }
  
    .rightint-agent .txt {
      width: 100%;
    }
  
    .rightint-agent .txt .t {
      font-size: 17px;
      line-height: 24px;
    }
  
    .rightint-agent .more {
      width: 100%;
      text-align: center;
      margin-top: 25px;
    }
  
    .rightint-agent .more a {
      width: 170px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .rightint-agent .txt h3 {
      font-size: 22px;
    }
  }
  



  /* Our Lastest News 部分样式 CSS 代码 */

.derun-news {
    padding: 73px 0 0;
  }
  
  .derun-news .tit {
    text-align: center;
  }
  
  .derun-news .tit em {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--color-primary, #555653);
  }
  
  .derun-news .tit h3 {
    font-size: 60px;
    line-height: 1;
    color: var(--title-text-color, #000);
    font-weight: 700;
    margin: 10px 0 0;
  }
  
  .derun-news .list {
    position: relative;
    margin: 30px 0 0;
  }
  
  .derun-news .swiper-slide {
    padding: 15px 15px 28px;
    box-sizing: border-box;
  }
  
  .derun-news .swiper-slide .box {
    border-radius: 18px;
    background: #f6f6f6;
    transition: all 0.3s ease;
  }
  
  .derun-news .swiper-slide .pic {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 18px 18px 0 0;
  }
  
  .derun-news .swiper-slide .pic img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
  }
  
  .derun-news .swiper-slide .t {
    height: 250px;
    padding: 45px 18px 45px;
    border-radius: 0 0 18px 18px;
    text-align: center;
    position: relative;
  }
  
  .derun-news .swiper-slide .t span {
    width: 150px;
    height: 44px;
    line-height: 44px;
    background: var(--color-primary, #555653);
    border-radius: 35px;
    font-size: 18px;
    color: #fff;
    display: block;
    position: absolute;
    top: -22px;
    left: calc(50% - 75px);
    z-index: 20;
  }
  
  .derun-news .swiper-slide .t h5 {
    font-size: 24px;
    font-weight: 600;
    color: #070707;
    line-height: 27px;
    overflow: hidden;
    margin: 0;
  }
  
  .derun-news .swiper-slide .t h5 a {
    color: #070707;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .derun-news .swiper-slide .t h5 a:hover {
    color: var(--color-primary, #555653);
  }
  
  .derun-news .swiper-slide .t p {
    font-size: 17px;
    color: #474747;
    margin: 20px 0 0;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
  }
  
  .derun-news .swiper-slide .t .more {
    position: absolute;
    bottom: -25px;
    left: 20%;
    z-index: 20;
    display: inline-block;
    width: 60%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: var(--color-primary, #555653);
    font-size: 20px;
    text-align: center;
    text-decoration: none;

    transition: all 0.3s ease;
  }
  
  .derun-news .swiper-slide .t .more:hover {
    background: #287f13;
  }
  
  /* 悬停效果 */
  .derun-news .swiper-slide:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  
  .derun-news .swiper-slide:hover .box {
    background: #fff;
    box-shadow: 0 0 15px rgba(1, 1, 1, 0.17);
  }
  
  .derun-news .swiper-slide:hover .t span {
    background: var(--btn-hover, #555653);
  }
  
  .derun-news .swiper-slide:hover .t h5 a {
    color: var(--btn-hover, #555653);
  }
  
  .derun-news .swiper-slide:hover .t .more {
    background: var(--btn-hover, #555653);
  }
  
  /* 分页器样式 */
  .derun-news .swiper-pagination-bullets {
    position: static;
    margin-top: 40px;
  }
  
  .derun-news .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    text-align: center;
    opacity: 1;
    background: var(--color-primary, #555653);
  }
  
  .derun-news .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: var(--color-primary, #555653);
    opacity: 0.6;
  }

  
  @media screen and (max-width: 1440px) {
    .derun-news .tit h3 {
      font-size: 50px;
    }
  }
  
  @media screen and (max-width: 1280px) {
    .derun-news .tit h3 {
      font-size: 40px;
    }
  
    .derun-news .swiper-slide .t h5 {
      font-size: 20px;
      line-height: 24px;
    }
  
    .derun-news .swiper-slide .t p {
      font-size: 15px;
      margin: 10px 0 0;
      line-height: 20px;
      height: 40px;
    }
  
    .derun-news .swiper-slide .t .more {
      bottom: -20px;
      left: 25%;
      width: 50%;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .derun-news {
      padding: 30px 0;
    }
  
    .derun-news .container {
      -webkit-flex-direction: column;
      flex-direction: column;
    }
  
    .derun-news .swiper-slide .t p {
      font-size: 14px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .derun-news .tit h3 {
      font-size: 24px;
    }
  }
  